home *** CD-ROM | disk | FTP | other *** search
/ Inside Magic / Inside Magic.iso / mac / Inside Magic™ LM / Inside Magic™ LM.dxr / 01286.ls < prev    next >
Encoding:
Text File  |  1995-09-28  |  190 b   |  13 lines

  1. on mouseDown
  2.   global gTrickName
  3.   quickSwitch("Bloop Copy")
  4.   allSpritesOff()
  5.   if gTrickName = 0 then
  6.     nothing()
  7.   else
  8.     AllVisiblesOff()
  9.     SetBusy()
  10.     go("rBlack")
  11.   end if
  12. end
  13.